home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineSprite_428 / frame_3 / PlaceObject2_195_349 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-11-09  |  156b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    this._y += 5;
  3.    if(this._y > 290)
  4.    {
  5.       this._x = random(Stage.height);
  6.       this._y = random(300) - 350;
  7.    }
  8. }
  9.